.btn-primary {
    color: #fff;
    background-color: #C1032F;
    border-color: #C1032F;
}

.btn-primary:hover {
    color: #fff;
    background-color: #C1032F;
    border-color: #C1032F;
}

.navbar.navbar-expand-lg.mb-5 {
    background-color: black;
}

.nav-link {
    visibility: hidden;
}

.navbar-toggler {
    visibility: hidden;
}

.navbar-nav:first-child {
    background: #000;
}

.no-white-bg .card, 
.no-white-bg .bg-white {
    background: none !important;
    border: none;
    box-shadow: none !important;
}
.no-white-bg .text-muted {
    color: #FFF !important;
}
.no-white-bg .shadow-sm {


    box-shadow: none !important;
}

.navbar-brand {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}


section.advertisements .container {
    position: relative; /* Zorgt ervoor dat de content boven de overlay staat */
    z-index: 1;
}

.jw-icon-cast {
    display: flex !important; /* Zorg ervoor dat het zichtbaar is */
    cursor: pointer; /* Zet de cursor op pointer */
    color: #C1032F;
}

google-cast-launcher {
    display: flex !important; /* Zorg ervoor dat het element zichtbaar is */
}

.jw-icon-cast svg,
.jw-icon-cast {
  filter: brightness(0) invert(1); /* maakt iconen wit */
  color: #C1032F; /* als er tekst of symbolen zijn die kleur gebruiken */
  fill: #C1032F; /* voor SVG's */
}

.mb-5
{
    margin-bottom: 0rem !important;
}

.wit .text-muted {
 color: #14142b !important;
}

.wit .fw-bold {
    color: #14142b !important;
}

@media (max-width: 768px) {
    .video-background {
        background-size: cover;
        background-position: center;
        height: 80vh;
        padding: 0;
        max-height: 350px;
    }
}


h1 {
    color: #FED602;
}

h3 {
    color: #C1032F;
}

.live-overview.py-5 {
    color: #fff; /* Zorgt ervoor dat de tekst ook wit is */
}

.Gf .asset-title,
.Gf .asset-description {
    color: #fff !important;
}

.Gf a.asset-title {
    color: #fff;
    text-decoration: none;
}

.Gf a.asset-title:hover {
    color: #fff;
    text-decoration: underline;
}


.text-muted {
    color: #C1032F !important;
}

.c-site-footer {
    background-color: #fff;
}

#video_description {
    font-weight: 700;
    color: #fff;
}

.intro-visual-bg-overlay:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 75%, #00000 100%);
    z-index: 0;
}



button.btn.rating.btn-success{
    display:none !important;
}

.video-chat, .video-player {
    background: var(--bg_color);
    backdrop-filter: blur(9px);
    min-height: 0px;
    border-radius: 5px;
    border: 1px solid var(--accent_color);
}

.jwplayer{
    max-height:900px;
}

.no-white-bg .card, 
.no-white-bg .bg-white {
    background: none !important;
    border: none;
    box-shadow: none !important;
}
.no-white-bg .text-muted {
    color: #FFF !important;
}
.no-white-bg .shadow-sm {
    box-shadow: none !important;
}


.glide div[data-glide-el="controls"] .slider-btn {
    font-size: 20px;
    padding: 15px;
    background-color: rgba(0,0,0,.7);
}

.glide div[data-glide-el="controls"] .slider-btn-next {
  border-radius: 10px 0 0 10px;
}
.glide div[data-glide-el="controls"] .slider-btn-prev {
  border-radius: 0 10px 10px 0;
}
.no-image-title .card-header {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.card {
    color: #dc3545 !important;
}

.py-5 {
    padding-top: 1rem !important;
    padding-bottom: 2rem !important;
}

.col-8 {
    flex: 0 0 auto;
    width: 100% !important;
}

.col-8.mb-auto.mt-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
    visibility: hidden;
}


section.intro-visual-bg:has(.intro-video-wrapper):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0.0) 100%);
}

@media (min-width: 992px) {
    section.intro-visual-bg:has(.intro-video-wrapper):after {
        background: linear-gradient(90deg, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0.0) 100%);
    }
}


